.rounded-lg {
  border-radius: .8rem !important;
}

@media (min-width: 991px) {}

@media (max-width: 990px) {
  .page-title .h4 {
    padding: 20px 0;
  }

  .box-meio.bg-transparent {
    margin: 0;
  }

  .block .btn {
    width: 100%;
  }
}

body,
.product-text * {
  font-family: 'Unbounded' !important;
}

.fonte-padrao,
.btn,
.fonte-menu,
.fonte-titulo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.fonte-menu {
  font-family: 'Unbounded';
}

.fonte-titulo,
.block-title {
  font-family: 'Unbounded';
}

header,
header.complete,
header.minimal {
  background-color: #000000 !important;
}

header,
header a,
header.minimal h1,
header.minimal .back-icon a,
header .shortcuts .nav-item a {
  color: #fff !important;
}

header.header-156848294 .search-wrap .input-group input,
header.header-156848294 .search-wrap .input-group button {
  color: #fff !important;
}

.section-header,
.nav-mobile .line-1,
.nav-mobile .line-2 {
  background-color: #fcfcfc !important;
}

.section-header,
.section-header a,
.nav-mobile .line-1,
.nav-mobile .line-1 a,
.nav-mobile .line-1 i {
  color: #e7dede !important;
}

.category-list,
.shortcuts-mobile-area {
  background-color: #000 !important;
}

.category-list .item a,
.shortcuts-mobile-area,
.shortcuts-mobile-area a {
  color: #fff !important;
}

.nav-principal,
.menu-mobile {
  background-color: #000 !important;
}

.menu-principal li>a.nav-link,
.menu-mobile .nav-link,
.menu-principal li>a.nav-link:hover,
.menu-mobile .nav-link:hover {
  color: #fff !important;
}

.btn-principal-color,
.btn-principal,
.btn-principal:hover,
.page-item.active .page-link {
  background-color: #f5f5f5;
  color: #fff;
  border: none;
}

.fab {
  transition: transform 0.3s ease, color 0.3s ease;
}

.fab:hover {
  transform: scale(1.1);
  /* Aumenta 30% */
  color: #003cff;
  /* Altere para a cor desejada, por exemplo, vermelho */
}

/* Força os botões com a classe .dropdown-btn a terem texto branco */
.btn.btn-link.dropdown-btn {
  color: #ebebeb !important;
}

/* Define o texto como branco, sem sublinhado e sem efeito de hover */
.btn-group .dropdown .dropdown-btn {
  color: #ebebeb !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.btn-group .dropdown .dropdown-btn:hover,
.btn-group .dropdown .dropdown-btn:focus,
.btn-group .dropdown .dropdown-btn:active {
  color: #ebebeb !important;
  text-decoration: none !important;
  border-bottom: none !important;
  background: none;
}

.login-trigger,
.login-trigger:hover,
.login-trigger:focus,
.login-trigger:active {
  color: #ebebeb !important;
  background: transparent !important;
  border-color: blue !important;
  box-shadow: none !important;
}

.text-primary,
.text-link {
  color: #000 !important;
}

.btn-group .btn.active {
  background: #fdfdfd;
  color: #fff;
  border-color: #fff !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #000;
}

.btn-principal {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  border: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-principal:hover,
.btn-principal:focus,
.btn-principal:active,
.btn-principal:focus-visible {
  color: #fff !important;
  background-color: #000000 !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: .8;
}

.btn-principal,
.btn-principal:before,
.btn-principal:after {
  border-radius: 100px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.btn-principal:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b9b8b8;
  left: 0;
  top: 0;
}

.btn-add-cart:hover,
.btn-add-cart:focus,
.btn-add-cart:active,
.btn-add-cart:focus-visible {
  color: #fff !important;
  background-color: #acacb1 !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: .8;
}

.btn-add-cart,
.btn-add-cart:before,
.btn-add-cart:after {
  border-radius: 100px;
}

footer,
.direitos {
  background-color: #0a152b;
}

footer,
footer a,
footer a:hover,
.direitos,
.direitos a,
.direitos a:hover {
  color: #fff !important;
}

.section-footer,
.section-subscribe {
  background-color: #fff;
}

.section-footer,
.section-subscribe,
.section-footer a,
.section-subscribe a {
  color: #fff !important;
}

.loading {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  position: fixed;
  z-index: 9999;
  color: #fff;
  text-shadow: 0 0 30px #000;
  padding-top: 200px;
}

.cookiealert-area {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  bottom: 15px;
  z-index: 9999;
  max-width: 900px;
}

@media (max-width: 990px) {
  .cookiealert-area {
    width: 85%;
  }
}

header.minimal {
  background: #fafafa;
}

header.minimal .back-icon a {
  padding-right: 20px;
  font-size: 24px;
}

header.minimal h1 {
  font-size: 16px;
  color: #fff2f2;
}

header.minimal .cart-icon {
  min-width: 40px;
}

header .logo a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 150px;
}

header .logo a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

header.complete .header-text .header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
}

header.complete .shortcuts {
  text-align: right;
}

header.complete .shortcuts a {
  display: flex;
  font-size: 24px;
  margin-left: 0;
  position: relative;
  border-radius: 4px;
  height: 38px;
  padding: 0;
  width: 38px;
  margin-left: 7px;
  justify-content: center;
  align-items: center;
}

header.complete .shortcuts a,
header.complete .search-wrap .input-group input,
header.complete .search-wrap .input-group button {
  color: #fff8f8;
  background: rgba(0, 0, 0, 0.4);
}

header.complete .shortcuts .cart-counter {
  font-size: 16px;
  top: -10px;
  right: -0;
}

header.minimal .logo a {
  width: 40px;
  height: 40px;
}

.shortcuts a {
  padding: 15px 10px;
  font-size: 24px;
  color: #f0eeee;
}

@media (min-width: 991px) {
  header.minimal {
    display: none;
  }
}

@media (max-width: 990px) {
  body.home header.minimal {
    display: none;
  }

  body.internal header.complete {
    display: none;
  }

  header .logo a {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }

  header.complete .shortcuts {
    display: none;
  }
}

.menu-principal>li>a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 10px !important;
  color: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
}

.menu-principal>li>a .image,
.sidebar-category .navbar-nav li a .image {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}

.menu-principal>li>a .image img,
.sidebar-category .navbar-nav li a .image img {
  width: 90%;
  height: auto;
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translate(-40%, -40%);
}

@media (min-width: 769px) {
  .nav-principal .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .nav-principal {
    display: none;
  }
}

.offcanvas-collapse {
  position: fixed;
  top: 0;
  z-index: 10;
  bottom: 0;
  width: 75%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #000000;
  box-shadow: 3px 0 25px #cacbce;
  right: -100%;
  transition-property: right, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
}

.offcanvas-collapse.open {
  right: 0;
  visibility: visible;
}

.offcanvas-collapse.left {
  left: -100%;
  transition-property: left, visibility;
  right: unset;
}

.offcanvas-collapse.left.open {
  left: 0;
  right: unset;
}

.offcanvas-collapse {
  border-radius: 40px;
  top: 10px;
  bottom: 10px;
}

.offcanvas-collapse.open {
  right: 0px;
}

.offcanvas-collapse.left.open {
  left: 0px;
}

.offcanvas-bg-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: .5;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
}

@media (min-width: 990px) {
  .offcanvas-collapse {
    width: 440px;
  }
}

.cart .cart-item.gift {
  background-color: #dbdada;
  padding: 10px 10px 8px !important;
}

.cart .form-qtd label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

.cart .spinner-input-sm {
  max-width: 120px;
}

.cart .price {
  color: #e0e0e0;
  font-weight: 400;
}

.cart .img-thumbnail {
  width: 80px;
}

.cart .one-column>div {
  max-width: 100%;
  flex: 100%;
}

.cart .form-qtd label {
  display: none;
}

.cart .btn-texto {
  display: block !important;
}

.cart .btn-botao {
  display: none;
}

.cart .col-price-del {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  flex: 100%;
}

.form-filtros a {
  color: #e4e3e3;
}

.form-filtros .filter-header {
  border-top: 1px solid #e0dbdb;
  margin-top: 15px;
}

.form-filtros .filter-header a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 0;
}

.form-filtros .filter-header a h6 {
  margin-left: 4px;
  margin-bottom: 0;
  font-size: 14px;
}

.form-filtros .filter-content ul,
.form-filtros .filter-content ul li {
  margin-bottom: 0;
}

.form-filtros .filter-content,
.form-filtros .filter-with-scroll {
  max-height: 250px;
  overflow-y: auto;
}

.form-filtros .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  border-color: #000000;
}

.sidebar .nav-link {
  color: #fff;
  font-size: 18px;
  display: block;
  position: relative;
}

.sidebar .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.sidebar .dropdown-toggle::after {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 18px;
}

.sidebar-header {
  position: relative;
}

.sidebar-header .close-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  font-size: 20px;
  background: #dadada;
  border-radius: 38px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
}

.sidebar-header h4 {
  margin-top: 15px;
}

@media (max-width: 990px) {}

.form-filtros a {
  color: #000;
}

.form-filtros .filter-header {
  border-top: 1px solid #000;
  margin-top: 15px;
}

.form-filtros .filter-header a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 0;
}

.form-filtros .filter-header a h6 {
  margin-left: 4px;
  margin-bottom: 0;
  font-size: 14px;
}

.form-filtros .filter-content ul,
.form-filtros .filter-content ul li {
  margin-bottom: 0;
}

.form-filtros .filter-content,
.form-filtros .filter-with-scroll {
  max-height: 250px;
  overflow-y: auto;
}

.form-filtros .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  border-color: #000;
}

.square-container {
  display: flex;
  gap: 2px;
}

.square-container .square {
  width: 10px;
  height: 15px;
  border: 1px solid #000;
}

.square-container .square.filled {
  background-color: #f7f4f4;
}

.square-container {
  display: flex;
  gap: 2px;
}

.square-container .square {
  width: 10px;
  height: 15px;
  border: 1px solid #000;
}

.square-container .square.filled {
  background-color: #000;
}

.square-container {
  display: flex;
  gap: 2px;
}

.square-container .square {
  width: 10px;
  height: 15px;
  border: 1px solid #000;
}

.square-container .square.filled {
  background-color: #000;
}

.square-container {
  display: flex;
  gap: 2px;
}

.square-container .square {
  width: 10px;
  height: 15px;
  border: 1px solid #000000;
}

.square-container .square.filled {
  background-color: #000;
}

.pagination .page-link {
  color: #000;
}

@media (max-width: 768px) {
  body.filters-fixed {
    margin-top: 48px;
  }

  .filter-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background-color: #000;
    padding: 10px 15px 0;
    box-shadow: 0 0 25px -3px rgba(0, 0, 0, 0.36);
  }
}

.wrapper {
  background-color: #000000;
}

.wrapper .box-meio {
  background: none !important;
}

.wrapper .page-title {
  color: #fcfcfc;
}

.wrapper .form-filtros {
  background: rgba(0, 0, 0, 0.85);
  padding: 15px;
  border-radius: 5px;
  height: fit-content;
}

.wrapper .nav-filter-order label,
.wrapper .category-info {
  color: #000;
}

footer a {
  color: #fff;
}

body,
.product-text * {
  font-family: 'Unbounded' !important;
}

.fonte-padrao,
.btn,
.fonte-menu,
.fonte-titulo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.fonte-menu {
  font-family: 'Unbounded';
}

.fonte-titulo,
.block-title {
  font-family: 'Unbounded';
}

.botao {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .botao {
    width: auto;
    font-size: 18px;
  }
}

.nome-pequeno {
  font-size: .8em;
  color: #04a119;
  margin-left: 5px;
}

/* CSS para ajustar o tamanho ideal dos cards */
.card {
  max-width: 400px;
  /* Largura máxima do card */
  margin: 0;
  /* Remove a centralização e alinha à esquerda */
}

.card-img-top {
  width: 100%;
  height: 200px;
  /* Altura ideal da imagem */
  object-fit: cover;
  /* Corta a imagem de forma proporcional */
}

.card-body {
  padding: 10px;
}

.col-ajustada {
  padding: 10px;
  margin-bottom: 15px;
}

body {
  font-family: Arial, sans-serif;
  background: #c7c7c7;
  margin: 0;
  padding: 0;
}

/* ========================================================================
   Nav Container - Barra de Navegação
======================================================================== */
.nav-container {
  width: 100%;
  background: #000000;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo ou título do site */
.logo {
  color: #e4e4e4;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
}

/* ========================================================================
   Itens à Direita & Grupo de Botões
======================================================================== */
.right-items {
  display: flex;
  gap: 19px;
  align-items: center;
}

.btn-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* ========================================================================
   Dropdown na Nav Container
======================================================================== */
/* Efeito hover azul para todos os botões com a classe "dropdown-btn" */
.dropdown-btn:hover {
  background-color: #000000 !important;
  /* azul */
  color: #fff !important;
  /* texto branco */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown button {
  padding: 09px 09px;
  font-size: 16px;
  border: none;
  border-radius: 05px;
  background: transparent;
  color: #e4e4e4;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(212, 212, 212, 0.15);
  z-index: 1;
  min-width: 160px;
}

.dropdown-menu a {
  display: block;
  padding: 06px 06px;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}

.dropdown-menu a:hover {
  background-color: #cfcccc;
}

/* Exibe o dropdown ao passar o mouse sobre o container */
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown {
  position: absolute;

  right: 42px;
  /* distância da direita */
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-items {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .btn-group {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown button {
    width: 100%;
    text-align: left;
  }

  .logout {
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
}

/* Estilo para a área de aviso do marquee */
.marquee {
  font-size: 24px;
  color: rgb(255, 251, 251);
  padding: 0.8px;
  border-radius: 0.8px;
}

.logo-icon {
  width: 40px;
  /* Ajuste o tamanho conforme necessário */
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.logo-text {
  font-size: 19px;
  font-weight: bold;
  color: #e4e4e6;
  /* Azul para o texto */
}

.logo-icon {
  margin-left: 20px;
  /* Ajuste o valor conforme necessário */
}

.header-text {
  padding-left: 20px;
  /* Espaçamento da borda esquerda */
}

.header-title {
  display: flex;
  align-items: center;
}

.contact-icon {
  margin: 0 15px;
  /* Espaçamento entre os ícones */
}

.icon {
  width: 24px;
  height: 24px;
}

.logout {
  margin-right: 20px;
  /* Ajuste o valor conforme necessário */
}

.fab {
  transition: transform 0.3s ease, color 0.3s ease;
}

footer {
  display: block;
}

@media only screen and (max-width: 768px) {
  footer {
    display: none !important;
  }
}

/* Estilos do Chat */
.whatsapp-name {
  font-size: 10px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 340px;
  border-radius: 20px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 50px;
  right: 20px;
  overflow: hidden;
  z-index: 90;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: linear-gradient(90deg, rgba(9, 94, 84, 1) 0%, rgba(37, 211, 102, 1) 100%);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 100px;
  box-shadow: 0 1px 10px rgba(32, 33, 36, 0.28);
  position: fixed;
  bottom: 06px;
  right: 09px;
  z-index: 50;
}

a.blantershow-chat:hover {
  background-color: #fff;
  /* Mantém branco */
  color: #000;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 04px 0 0;
}

.header-chat {
  background: #045c52;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 20px;
}

.header-chat p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

.chat-buttons {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  padding: 08px;
}

.chat-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  padding: 06px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  text-align: center;
  color: #444;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
}

.chat-buttons a:last-child {
  margin-right: 0;
}

.chat-buttons i {
  margin-right: 8px;
}

.chat-buttons .whatsapp {
  background-color: #25D366;
  color: white;
}

.chat-buttons .telegram {
  background-color: #0088cc;
  color: white;
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

/* Outros estilos opcionais omitidos para clareza */

.creditos {
  position: fixed;
  bottom: 39px;
  /* Distância de 30px da borda inferior */
  left: 09px;
  /* Distância de 30px da borda esquerda */
  font-size: 10px;
  color: rgba(255, 255, 255, 0.521);
  /* Cor branca com 01% de opacidade */
}


.banner-footer {
  background-color: #000000;
  display: flex;
  justify-content: flex-start;
  /* Alinha à esquerda em telas menores */
  padding-left: 20px;
}

/* Para telas maiores ou iguais a 760px */
@media (min-width: 760px) {
  .banner-footer {
    position: fixed;
    /* Fixa o banner na tela */
    bottom: 0;
    /* Posiciona na parte inferior */
    left: 0;
    width: 100%;
    justify-content: center;
    /* Centraliza o conteúdo */
    padding-left: 0;
    /* Remove o padding à esquerda */
  }
}

/* Container com padding maior para afastar o conteúdo das bordas */
.page-container {
  padding: 20px;
  /* Para garantir que o conteúdo não fique muito junto à borda da tela */
  margin-left: 0px;
  margin-right: auto;
}

.card-product:hover {
  transform: scale(1.00);
  box-shadow: 0 5px 5px #6da9f7;
}

.bg-gray {
  background-color: #d1d1d1;
}

.text-muted {
  color: #000000;
}

.textred {
  color: #e74c3c;
}

.searchme {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000000;
}

.badge-success {
  background-color: #28a745;
  color: #fff;
}

.badge-warning {
  background-color: #ffc107;
  color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

/* Aumenta a distância entre os produtos */
.bottom-space {
  margin-bottom: 10px;
}

.title span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}

/* Atualizei a largura máxima para que os cartões fiquem mais largos */
.mw-300 {
  max-width: 700px;
}

/* Responsividade: em telas menores as colunas ocupam 80% da largura */
@media (max-width: 768px) {

  .col-lg-4,
  .col-md-4 {
    flex: 1 0 100%;
  }
}